Tracking Info API:
Description: Fetches shipment tracking and scan history.
Basic Information
| NAME | DETAILS |
|---|---|
| Usage: | Mandatory |
| URL: | https://api.rapidshyp.com/rapidshyp/apis/v1/b2b/orders/get_tracking_info |
| Request Type: | POST |
| Scheme: | HTTPS |
| Header (content-type): | application/json |
| Header (rapidshyp-token): | API-Key |
Curl
curl --location 'https://api.rapidshyp.com/rapidshyp/apis/v1/b2b/orders/get_tracking_info'
--header 'rapidshyp-token: <API_KEY>'
--header 'Content-Type: application/json'
--data '{
"awb": "9999000004170"
}'
Request Parameters:
| Parameter | Required | Remark | Validation |
|---|---|---|---|
| awb | Conditional | AWB number | awb or shipmentID |
| shipmentID | Conditional | Shipment ID | awb or shipmentID |
Response:
JSON
{
"success": true,
"msg": "Fetched successfully."
}